home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / shopdrop.swf / scripts / DefineButton2_881 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-27  |  242b  |  13 lines

  1. on(release){
  2.    var mover = this.clothes;
  3.    if(mover._currentframe == this.hair._totalframes)
  4.    {
  5.       mover.gotoAndStop(1);
  6.    }
  7.    else
  8.    {
  9.       mover.nextFrame();
  10.    }
  11.    CharSelect.clothes = this.clothes._currentframe;
  12. }
  13.